AI 1-11 pack for use with the Traffic Tools FS addon by Lee Swordy.

The aircraft.cfg file provided will need to be edited to work with whatever textures you add.

No textures are included in this download.

-------------------------------
Texture formats and AI

There is a utility included in this download which can easily convert any of the regular 1-11 textures to DXT3 format.
Just run 'Texture Converter.bat' & select the required option.

Models will work best as AI if their textures are in DXT3 format.
I don't tend to use DXT3 format for fuselage textures, because the quality can sometimes be less than impressive in normal viewing.
DXT3 format uses something called Mipmaps, which are a series of smaller sized versions of the main image. When a model is viewed from a distance, it automatically uses a smaller image size because all the detail is not needed.
I normally use a mixture of old style 8-bit, new style DXT3 & new style 32 bit.
While the non-DXT3 formats work very well for the main model, they are very inefficient for use on models in the background.

-------------------------------
Setting up textures for an AI model

As an example, I set up a 1-11 using Laker Airways textures in the following way.
The important things that have to be edited in the 'aircraft.cfg' file are detailed below the example.

[fltsim.0]
title=AI 1-11 400 0
sim=Boeing737-400
model=
panel=
sound=
texture=Laker
checklists=
description=AI Traffic model\nModel by David Maltby\nwww.dmflightsim.co.uk
ui_manufacturer=AI Traffic
ui_type=1-11 400
ui_variation=Laker
atc_heavy=0
atc_id=G-AVBY
atc_airline=Laker
atc_flight_number=472
atc_parking_types=GATE,RAMP
atc_parking_codes=


The number used in the [fltsim] must always be sequential, starting with zero.

Each AI aircraft must have a unique 'title=' name in FS.

The 'texture=' parameter has to be set to the name of one of the FS aircrafts \texture folders.
'texture=Laker' will look for a folder called '\texture.Laker'

The 'sim=Boeing737-400' paramater is there because the AI model uses the flight dynamics 'air' file of the default Boeing 737 model.It does this because the simplistic AI system in FS can not always cope very well with the proper flight dynamics files.It makes no difference to the accuracy of the AI traffic.

The manufacturer has been set to 'AI Traffic' just to keep them out of the way in the FS aircraft selection window.

All other information given about each particular repaint is optional.

If you fancy a change, you can simply set the texture details 'texture=' with another texture folder name & there is no need to mess about recompiling with Traffic tools.

